home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Serious Demos
/
Geo3D 1.1.4
/
ScriptAnimation
< prev
next >
Wrap
Text File
|
1998-10-13
|
255b
|
15 lines
-- Geo3D
-- Test Animation
tell application "Geo3D"
activate
make new document
set x to import animation from file "Demo.geo"
if x > 0 then -- 0: error
play
repeat with x from 1 to x -- slower
go to frame x
end repeat
end if
end tell